.. _`Leave One Group out Cross Validation`: .. _`org.sysess.sympathy.machinelearning.crossval_leaveonegroupout`: Leave One Group out Cross Validation ```````````````````````````````````` .. image:: Kfold.svg :width: 48 Gives splits for leave-one-group-out cross-validation Definition :::::::::: Input ports ........... **X** table X **Y** table Y **G** table G Output ports ............ **out** [(table, table)] out Implementation .............. .. automodule:: node_crossvalidation :noindex: .. class:: CrossVal_LeaveOneGroupOut :noindex: